Skip to content

chore: configure renovate to auto-bump ocis versions in main.yml#4

Open
DeepDiver1975 wants to merge 2 commits into
masterfrom
chore/renovate-ocis-version-detection
Open

chore: configure renovate to auto-bump ocis versions in main.yml#4
DeepDiver1975 wants to merge 2 commits into
masterfrom
chore/renovate-ocis-version-detection

Conversation

@DeepDiver1975
Copy link
Copy Markdown
Contributor

Summary

  • Adds # renovate: annotation comments above each version: entry in the CI matrix so Renovate can detect them
  • Adds a customManager regex in .renovaterc.json targeting .github/workflows/main.yml to match those annotations against the github-releases datasource for owncloud/ocis
  • Adds two packageRules to constrain the v7 matrix entry to 7.x updates only and the v8 entry to 8.x updates only — preventing cross-major upgrade offers

New-major lifecycle (e.g. adding v9, removing v7) is intentionally out of scope for this change.

Test plan

  • After merge, trigger a Renovate run (or wait for scheduled run) and verify it opens a PR for any available patch/minor update within v7 or v8
  • Confirm no PR is opened offering a v7 → v8 (or v8 → v9) upgrade

🤖 Generated with Claude Code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant